home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / dg.dir / 00284.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  198 b   |  10 lines

  1. on mouseUp
  2.   set the movieTime of sprite 48 to 0
  3.   set the movieRate of sprite 48 to 0
  4.   set the visible of sprite 48 to 0
  5.   updateStage()
  6.   puppetSound("OPEN.AIF")
  7.   go("Quit")
  8.   updateStage()
  9. end
  10.